| lcBlockAddMline | Home |
|
HANDLE lcBlockAddMline ( HANDLE hBlock, int FitType, BOOL bClosed ); |
| hBlock | |||||||||||
| Handle to a block. | |||||||||||
| FitType | |||||||||||
Fit type.
Defines how a multiline's curve fits to its vertices.
Can be 0 or one of the following constants:
| |||||||||||
| bClosed | |||||||||||
|
If TRUE, then additional multiline segment will be added, it connects last and first vertices. If FALSE, then multiline will be non-closed. | |||||||||||
| Handle to created Multiline object or NULL if the function fails. |
| Code sample, lcMlineAddVer |